projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ecd814
)
(xg_update_frame_menubar): Add missing return value.
author
Andreas Schwab
<schwab@suse.de>
Wed, 12 Mar 2003 23:24:52 +0000
(23:24 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 12 Mar 2003 23:24:52 +0000
(23:24 +0000)
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index 7c08ca77c7730603ad224e4c83c0b0b1b42b4629..3bbac91bc467af213651ffe6026ef12c692dfcad 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-2180,6
+2180,8
@@
xg_update_frame_menubar (f)
SET_FRAME_GARBAGED (f);
UNBLOCK_INPUT;
+
+ return 1;
}
/* Get rid of the menu bar of frame F, and free its storage.